home *** CD-ROM | disk | FTP | other *** search
-
-
- #define IDM_EXIT 100
- #define IDM_TEST 200
- #define IDM_ABOUT 300
-
- #define DLG_VERFIRST 400
- #define DLG_VERLAST 404
-
-
- #define IDC_STATIC -1
- #define IDC_MULTICHANNEL_GRP 100
- #define IDC_UNIFORM_GRP 101
- #define IDC_SHORTNAME_EC 102
- #define IDC_LONGNAME_EC 103
- #define IDC_VALUE_EC 104
- #define IDC_BOUNDS_EC 105
- #define IDC_METRICS_EC 106
- #define IDC_LINEINFO_EC 107
-
- #define IDCB_MULTICHANNEL 200
- #define IDCB_UNIFORM 300
-
-
- // used to pass data to DisplayControlDlg
- //.......................................
-
- typedef struct
- {
- LPMIXERLINE pmxl;
- LPMIXERCONTROL pmxctrl;
-
- } MIXERDLGDATA, *LPMIXERDLGDATA;
-
-
- LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
- LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
-
-
-